Gets a page of data as specified in the parameters.
シンタックス
'宣言
Public Function GetPageAsync( _
ByVal As System.Guid, _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Collections.Generic.IReadOnlyList(Of SortDescription), _
Optional ByVal As FilterExpression _
) As System.Threading.Tasks.Task(Of PageResult(Of T))
public System.Threading.Tasks.Task<PageResult<T>> GetPageAsync(
System.Guid ,
System.int ,
System.int ,
System.Collections.Generic.IReadOnlyList<SortDescription> ,
FilterExpression
)
パラメータ
- eTag
- The token that determines whether the calling collection is syncrhonized.
- startingIndex
- The starting index in the collection.
- count
- The desired number of items to be returned.
- sortDescriptions
- The sorting descriptions.
- filterExpression
- The filter expression.
参照